Class440.buildGUI()#0{ JPanel p = new JPanel(); p.setLayout(new BoxLayout(p, BoxLayout.X_AXIS)); p.add(progressBar); }
Class460.boxUp(Component a,Component b){ JPanel newBox = new JPanel(); newBox.setLayout(new BoxLayout(newBox, BoxLayout.X_AXIS)); newBox.add(b); }
Class280.createTextGenPanel()#0{ JPanel textgenPanel = new JPanel(); textgenPanel.setLayout(new BoxLayout(textgenPanel, BoxLayout.Y_AXIS)); textgenPanel.add(myEnableAttributesTextGen); }
Class510.addLeftJustifiedComponent(Component component)#1{ JPanel panel = new JPanel(); panel.setLayout(new BoxLayout(panel, BoxLayout.X_AXIS)); panel.add(component); }
Class240.addLabeled(JComponent target,String text,JPanel owner)#0{ JPanel p = new JPanel(); p.setLayout(new BoxLayout(p,BoxLayout.X_AXIS)); p.add(label); }
Class30.createParametersPanel()#1{ JPanel paramsPanel = new JPanel(); paramsPanel.setLayout(new BoxLayout(paramsPanel, BoxLayout.X_AXIS)); paramsPanel.add(path); }
Class120.buildGUI()#0{ JPanel p = new JPanel(); p.setLayout(new BoxLayout(p, BoxLayout.Y_AXIS)); p.add(progressBar); }